Today you will do some deep analysis around an incredibly sensitive and politically charged topic. Since Jan. 1, 2015, The Washington Post has been compiling a database of every fatal shooting in the US by a police officer in the line of duty. You will analyse this dataset together with US census data on poverty rate, high school graduation rate, median household income, and racial demographics. This way we better understand social trends and what is going on with the fatal use of force by the police in the United States.

Questions for this assignment

This is a place to journal your experience of completing this project. This will help you figure out how to improve as a developer.

Write down how you approached the project. What was hard, what was easy. How might you improve for the next project? What was your biggest learning from today? What would you do differently if you were to tackle this project again?

Download resource files

Sakshi Munot
Posted 7 days ago

This is a place to journal your experience of completing this project. This will help you figure out how to improve as a developer.

Write down how you approached the project. What was hard, what was easy. How might you improve for the next project? What was your biggest learning from today? What would you do differently if you were to tackle this project again?

In the begining I faced some issue but I went through previous lectures to solve my doubts.


Give Feedback

What went well? What could be improved?

Ambhruni Kumar
Posted 7 days ago

This is a place to journal your experience of completing this project. This will help you figure out how to improve as a developer.

Write down how you approached the project. What was hard, what was easy. How might you improve for the next project? What was your biggest learning from today? What would you do differently if you were to tackle this project again?

As an AI language model, I don't have personal experiences or emotions, but I can provide some insights based on common approaches to projects and general best practices.


Approach:

1. Understanding the Requirements: The first step in approaching the project is to thoroughly understand the requirements and desired functionality. Identify the key components, such as data storage, form handling, and user interface.

2. Planning the Structure: Once the requirements are clear, plan the overall structure of the project. This includes deciding on frameworks and libraries, creating a database schema, and outlining the routes and templates needed.

3. Incremental Development: Break down the project into smaller tasks and work on them incrementally. Start with the basic functionality and gradually add more features, ensuring each component works correctly before moving on to the next.


Challenges:

1. Database Integration: Working with databases and ORMs (Object-Relational Mappers) can be challenging, especially when setting up the initial database and defining the models. Understanding the concepts and syntax of the chosen ORM is crucial.

2. Form Validation: Implementing form validation can be complex, especially when dealing with different field types and validation rules. Understanding the validation library and ensuring proper error handling is essential.

3. User Experience: Creating an intuitive and user-friendly interface requires careful design and consideration. Balancing aesthetics, usability, and functionality can be challenging.


Improvements for the Next Project:

1. Planning and Architecture: Spend more time on planning and designing the project structure. This includes choosing appropriate technologies, defining clear database schemas, and considering scalability and maintainability.

2. Code Organization: Pay attention to code organization and maintainability. Use proper naming conventions, break code into reusable functions or classes, and apply separation of concerns to make the codebase more modular.

3. Testing: Incorporate automated testing to ensure the correctness of the code and catch bugs early. Write unit tests for critical components and consider implementing integration tests.

4. Documentation: Document the project thoroughly, including the overall structure, important functions or classes, and any specific configurations or setup instructions. This helps with future maintenance and makes it easier for others to understand and contribute to the project.


Biggest Learning:

The biggest learning from this project could be the integration of Flask, SQLAlchemy, and WTForms, as well as the process of building a web application from scratch. Understanding how these components work together and handling form validation and database interactions is valuable knowledge for future web development projects.


Differences in Approach:

If I were to tackle this project again, I would focus on using the database directly instead of writing and reading from a CSV file. I would also spend more time on code organization and testing to ensure better maintainability and reliability. Additionally, I would prioritize security considerations from the beginning and implement necessary measures to protect user data.


Remember, these suggestions are based on general best practices, and the specific needs of each project may vary. It's always important to adapt your approach based on the project requirements and constraints.

Give Feedback

What went well? What could be improved?

Muhammed Anu Rashik Vk
Posted 18 hours ago

This is a place to journal your experience of completing this project. This will help you figure out how to improve as a developer.

Write down how you approached the project. What was hard, what was easy. How might you improve for the next project? What was your biggest learning from today? What would you do differently if you were to tackle this project again?

Give Feedback

What went well? What could be improved?